@font-face {
    font-family: "Akira";
    font-style: normal;
    font-weight: 700;
    src: local("Akira"), url("./fonts/Akira-Expanded-Demo.woff") format("woff");
}

@font-face {
    font-family: "visbycf";
    font-style: normal;
    font-weight: 500;
    src: local("visbycf"), url("./fonts/visbycf-medium.woff") format("woff");
}

@font-face {
    font-family: "ClashDisplay";
    font-style: normal;
    font-weight: 400;
    src: local("ClashDisplay"),
        url("./fonts/ClashDisplay-Regular.woff") format("woff");
}

@font-face {
    font-family: "ClashDisplay";
    font-style: normal;
    font-weight: 500;
    src: local("ClashDisplay"),
        url("./fonts/ClashDisplay-Medium.woff") format("woff");
}

@font-face {
    font-family: "ClashDisplay";
    font-style: normal;
    font-weight: 600;
    src: local("ClashDisplay"),
        url("./fonts/ClashDisplay-Semibold.woff") format("woff");
}

@font-face {
    font-family: "ClashDisplay";
    font-style: normal;
    font-weight: 900;
    src: local("ClashDisplay"),
        url("./fonts/ClashDisplay-Variable.woff") format("woff");
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "ClashDisplay";
    font-size: var(--base-font-size);
    position: relative;
    background-color: #8feef9;
}

/* .app-container {
    overflow: hidden;
} */

* {
    margin: 0;
    padding: 0;
}

::-moz-selection {
    background: var(--primary-color);
    color: var(--theme-white);
    text-shadow: none;
}

::selection {
    background: var(--primary-color);
    color: var(--theme-white);
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
    display: none;
}

::-webkit-scrollbar-track-piece {
    background-color: #ecedf1;
    -webkit-border-radius: 0;
    border-left: 1px solid #888;
}

::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 0;
    background: var(--primary-color);
}
/*
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select {
        -webkit-appearance: none !important;
        line-height: 28px !important;
    }
} */

a:focus {
    outline: 0;
}

hr {
    background-color: #fff;
    opacity: 1;
}

.overlay {
    position: relative;
}

.overlay:before {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
}

.btn.focus,
.btn:focus,
a:focus,
input:focus {
    outline: 0;
    box-shadow: none !important;
}

.sec-padding-60 {
    padding: 60px 0;
}

.sec-padding-100 {
    padding: 100px 0;
}

.sm-btn {
    font-size: 14px;
}

.md-btn {
    font-size: 16px;
}

.lg-btn {
    font-size: 18px;
}

.xl-btn {
    font-size: 20px;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle,
.btn-primary:hover {
    color: #000;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    box-shadow: none;
}

.btn-primary {
    color: #1a1a1a;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-wrap .btn {
    margin-right: 15px;
}

.btn.btn-white {
    background: #fff;
    color: #000;
}

.btn {
    position: relative;
    box-shadow: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s ease all;
    font-family: "visbycf";
    font-weight: 500;
    padding: 8px 18px;
    border-radius: 0;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
    padding-bottom: 10px;
    color: #202020;
    font-weight: 600;
}

.h2,
h2 {
    font-size: 6.7vmin;
}

.h3,
h3 {
    font-size: var(--font-size-h3);
}

.h4,
h4 {
    font-size: var(--font-size-h4);
}

.h5,
h5 {
    font-size: var(--font-size-h5);
}

.h6,
h6 {
    font-size: var(--font-size-h6);
}

p {
    font-weight: 400;
    line-height: 1.4;
    padding: 0 0 0;
    margin: 0;
    color: #414141;
    font-size: 16px;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-hover {
    transition: all 0.3s;
}

.shadow-hover:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.card {
    border: 0;
}

.card .card-body {
    padding: 40px 25px;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

img {
    border: 0;
    outline: 0;
}

li,
ul {
    list-style-type: none;
    padding: 0;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.watermark {
    font: normal normal bold 82px/94px Akira;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: capitalize;
    opacity: 0.26;
    position: absolute;
    bottom: 0;
    left: 0;
}

a {
    color: #414141;
    text-decoration: none;
    font-weight: 500;
}

/* a:hover {
    color: #d01417
} */

.section-padding {
    padding: 180px 0;
    position: relative;
    margin: 40px 0;
}

.bg-light {
    background-color: #f7f8fd !important;
}

.header-main {
    position: relative;
    padding: 0;
    z-index: 99;
    width: 100%;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    top: 0;
}

.header-main.fixed {
    box-shadow: 0 5px 20px #00000012;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: fixed;
    background: #fff;
}

.header-main.fixed .main-menu>ul>li>a {
    text-transform: capitalize;
    color: #223235;
}

.header-main.fixed .logo {
    width: 100%;
}

.nav-area-full {
    padding: 35px 0 0;
    width: 100%;
    top: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.nav-area-full .main-menu {
    background: #a8f5fc;
    align-self: baseline;
    padding: 30px 10px;
    margin-top: 60px;
}

.logo {
    margin: 0;
    float: left;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.logo img {
    width: 250px;
}

.logo a {
    display: block;
}

.main-menu {
    display: inline-block;
}

.main-menu>ul {
    float: left;
    margin: 0;
}

.main-menu>ul>li {
    padding: 0;
    position: relative;
    display: inline-block;
}

.main-menu>ul>li:last-child {
    padding-right: 0;
}

.main-menu>ul>li .burger-click-region {
    position: unset;
    height: auto;
    margin-bottom: -8px;
    margin-left: 10px;
}

.main-menu>ul>li:before {
    position: absolute;
    width: 1px;
    height: 12px;
    background: #71787e;
    left: 0;
    top: 30%;
}

.main-menu>ul>li:first-child:before {
    display: none;
}

.main-menu>ul>li>a {
    margin: 0 12px;
    font-size: 16px;
    position: relative;
    font-weight: 500;
    color: #414141;
    text-transform: capitalize;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

@media (max-width:1550px) {

.main-menu>ul>li>a {
    font-size: 14px;
}
}



.main-menu>ul>li>a:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 12px;
    right: 12px;
    height: 3px;
    background: #bf0000;
    opacity: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.main-menu>ul>li.active>a:after,
.main-menu>ul>li>a.active:after,
.main-menu>ul>li>a:focus:after,
.main-menu>ul>li>a:hover:after {
    opacity: 1;
}

.header-main .has-submenu.progmenu {
    font-size: 16px;
    color: #171717;
    font-weight: 400;
    margin: 0;
    padding: 3px 0 4px;
}

header .main-menu ul li.hasmenu:hover .dropDown {
    height: auto;
    opacity: 1;
}

header .dropDown>ul {
    max-width: 1135px;
    width: 100%;
    margin: auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 4px 10px 0px #00000021;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

header .dropDown {
    position: fixed;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    top: 120px;
    top: 70px;
    z-index: 9;
    height: 0;
    overflow: hidden;
    -moz-transition: height 1s ease;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

header .main-menu ul li.hasmenu:hover .dropDown {
    padding-top: 30px;
    height: auto;
    opacity: 1;
}

header.header-main.stickyyy .main-menu ul li .dropDown {
    top: 50px;
    padding-top: 21px;
    padding-bottom: 20px;
}

header .dropDown>ul>li {
    width: 33%;
    display: inline-block;
    vertical-align: top;
}

header .dropDown>ul>li>a {
    color: #333;
    display: flex;
    align-items: center;
    line-height: 1.2;
    padding: 10px;
}

header .dropDown>ul>li>a>i {
    font-size: 40px;
    margin-right: 14px;
}

header .dropDown>ul>li a img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    transition: transform 0.2s;
    margin-right: 16px;
}

header .dropDown>ul>li a span.head {
    font-size: 16px;
    font-weight: 700;
    display: block;
    color: #2e2e2e;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

header .dropDown>ul>li a span.discp {
    font-size: 12px;
}

header .dropDown>ul>li a:hover span.discp {
    color: #232323;
}

header .dropDown>ul>li a.link {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #2e2e2e;
}

header .dropDown>ul>li.last {
    padding: 5px 0 0;
}

.main-menu>ul>li.hasmenu span {
    font-size: 10px;
}

header .dropDown>ul>li a:hover {
    color: #d01417;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #d01417;
}

header .dropDown>ul>li:hover a span.head {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #d01417;
}

header .dropDown>ul>li:hover a img {
    transition: transform 0.2s;
    transform: scale(1.1);
}

.main-menu>ul>li>a>i {
    font-size: 16px;
    padding-left: 3px;
}

.main-menu>ul>li.head-no>a {
    border-radius: 30px;
    padding: 16px 20px;
    font-size: 14px;
    background-color: #d01417;
    color: #fff;
    font-weight: 700;
}

.main-menu>ul>li.head-no>a:hover {
    color: #fff;
}

header .dropDown>ul>li>ul {
    padding-left: 70px;
    display: none;
}

header .dropDown>ul>li>ul li {
    margin-bottom: 6px;
}

header .dropDown>ul>li>ul li a {
    font-weight: 400;
}

header .dropDown>ul>li>ul li a:before {
    content: "_";
    position: relative;
    top: -6px;
    margin-right: 6px;
}

.dropdown {
    width: 270px;
    position: absolute;
    top: 160%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #cbd6e2;
    border-radius: 0.1875rem;
    box-shadow: 0 1px 24px rgba(45, 62, 80, 0.12);
    z-index: 95;
}

.main-menu>ul>li:hover .dropdown {
    visibility: visible;
    opacity: 1;
    left: 18px;
}

.main-menu>ul>li:hover .progmenu .dropdown {
    left: 0;
}

.dropdown>ul {
    padding: 10px 0;
    list-style: none;
}

.dropdown>ul>li:before {
    display: none;
}

.dropdown>ul>li>a {
    color: #171717 !important;
    font-size: 15px;
    text-decoration: none;
    padding: 8px 10px 8px 15px;
    display: block;
}

.dropdown>ul>li>a:hover {
    color: #000;
    background: 0 0;
}

.dropdown>ul>li>a:hover:before {
    display: none;
}

.double-drop {
    width: 400px !important;
}

.dropdown>ul>li>ul {
    display: none;
}

.dropdown>ul>li.level2:hover>ul {
    display: block;
}

.stickyheader {
    position: fixed;
    z-index: 9999;
    min-height: auto;
}

.stickyheader .logo img {
    width: 80px;
}

.stickyheader .logo {
    margin: 5px 0;
}

.stickyheader .navbar-inverse {
    margin: 10px 0 0 0;
}

.stickyheader .top-info-list ul {
    margin: 5px 0;
}

.sticky-container {
    padding: 0;
    margin: 0;
    position: fixed;
    right: -155px;
    top: 180px;
    width: 200px;
    display: none;
    z-index: 999;
}

.sticky li {
    border-radius: 5px;
    list-style-type: none;
    background-color: #333;
    color: #efefef;
    height: 45px;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.sticky li:hover {
    margin-left: -115px;
}

.sticky li img {
    float: left;
    border-radius: 5px 0 0 5px;
    margin: 0;
    margin-right: 10px;
}

.sticky li p {
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    line-height: 45px;
    color: #fff;
}

.sticky li a {
    border-radius: 5px;
    color: #fff;
}

.main-menu>ul>li.book-call {
    margin-top: 0;
}

.main-menu>ul>li.book-call a {
    position: relative;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 600;
}

.main-menu>ul>li.book-call a i {
    position: absolute;
    margin-right: 6px;
    padding-left: 0;
    font-size: 16px;
    left: 0;
}

/* sidebar */
.backdrop {
    background: #000000cc;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    display: none;
    top: 0;
    bottom: 0;
}

.backdrop .logo {
    width: 20%;
    position: absolute;
    left: 75%;
    top: 50%;
    transform: translate(-50%, -50%) scaleX(-1);
    opacity: 0;
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
}

.backdrop.rotate .logo {
    transform: translate(-50%, -50%) scaleX(1);
    opacity: 1;
}

.burger-click-region {
    position: absolute;
    left: 76px;
    top: 80px;
    width: 40px;
    height: 30px;
    z-index: 11;
}

.nav-area-full .burger-click-region {
    right: 0;
    top: 0;
    left: auto;
    position: relative;
}

.burger-menu-piece {
    display: block;
    position: relative;
    width: 30px;
    border-top: 3px solid #000;
    transform-origin: 50% 50%;
    margin-top: 8px;
}

.sidebar-wrapper .sidebar {
    width: 100%;
    margin-top: 0;
    left: -100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: #1A1A1A;
}

.sidebar-wrapper .sidebar .logo {
    position: absolute;
    top: 60px;
    width: 200px;
}

.sidebar-wrapper .sidemenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100vh;
}

.sidebar-wrapper .sidemenu .menu-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 80px 30px 0;
}

.sidebar-wrapper .sidemenu .menu-footer {
    padding: 0 0 80px 60px;
}

/* .sidebar-wrapper .sidemenu {
      height: 100%;
  } */
.sidebar-wrapper .sidebar li {
    list-style-type: none;
    font-size: 50px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    min-width: 100%;
}

.sidebar-wrapper .sidebar .sidetext {
    opacity: 1;
    color: #fff;
}

.sidebar .burger-click-region {
    top: 25px;
    left: 25px;
}

.offcanvas:before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    transition: all 0.3s;
    left: 0;
    opacity: 0;
}

.offcanvas.offshadow:before {
    opacity: 0.5;
    background-color: #000;
}

.offcanvas .offcanvas-header {
    z-index: 1041;
    background: #50f0fb;
}

.offcanvas .offcanvas-body {
    z-index: 1041;
    background: #50f0fb;
}

.sidecode {
    z-index: 99999;
    background: #50f0fb;
    position: fixed;
    right: -400px;
    top: 0;
    bottom: 0;
    width: 400px;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}

.sidecode:hover {
    right: 0;
}

/*.offcanvas .cbox {*/
/*    margin-top: 20px;*/
/*}*/

/*.offcanvas .cbox .code {*/
/*    margin: 4px;*/
/*    padding: 10px 16px;*/
/*    font-size: 16px;*/
/*}*/
.sidecode .cbox {
    margin-top: 20px;
}

.sidecode .cbox .code {
    margin: 4px;
    padding: 10px 16px;
    font-size: 16px;
}

/*.lgndbtn {*/
/*    position: fixed;*/
/*    right: -60px;*/
/*    z-index: 999;*/
/*    color: #fff;*/
/*    top: 50%;*/
/*    font-size: 30px;*/
/*    transform: translate(0, -50%) rotate(90deg);*/
/*    padding: 6px 30px;*/
/*    border: none;*/
/*    letter-spacing: 2px;*/
/*    background: #bf0000;*/
/*}*/
.lgndbtn {
    position: absolute;
    left: -118px;
    z-index: 999;
    color: #fff;
    top: 50%;
    font-size: 30px;
    transform: translate(0, -50%) rotate(90deg);
    padding: 6px 30px;
    border: none;
    letter-spacing: 2px;
    background: #bf0000;
}

.lgndbtn:focus,
.lgndbtn:focus-visible {
    outline: none;
}

.menu-title {
    display: none;
    padding: 0 0 30px 0;
    color: rgba(0, 0, 0, 0.3);
    font-size: 16px;
    line-height: 100%;
}

.menu-nav {
    margin: -4px 0;
}

.menu-nav-item {
    position: relative;
    display: block;
    padding: 8px 0;
    overflow: hidden;
}

.menu-nav-item a {
    display: inline-block;
    position: relative;
    font-size: 44px;
    color: #fff;
    font-weight: 400;
    /* letter-spacing: -0.05em; */
    line-height: 100%;
    top: 80px;
    transition: all 1s;
}

.openside .menu-nav-item a {
    top: 0;
}

.menu-nav-item .inner-menu {
    display: none;
    padding: 12px 0;
}

.menu-nav-item .inner-menu li {
    text-align: left;
    font-size: inherit;
    margin-bottom: 12px;
}

.menu-nav-item .inner-menu li a {
    font-size: 30px;
    padding-left: 20px;
}

.menu-nav-item a em i {
    position: relative;
    top: 4px;
    font-size: 34px;
    margin-left: 10px;
}

.menu-nav-item a em {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0 0.01em 0 0;
    font-style: normal;
}

.menu-social {
    display: inline-block;
    margin: -6px 0;
}

.menu-social-item {
    position: relative;
    display: block;
    padding: 12px 0;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.00464286em;
    text-transform: capitalize;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
}

.menu-social-item:hover {
    color: #fff;
}

.menu-social-item em {
    display: block;
    position: relative;
    overflow: hidden;
    font-style: normal;
    transition: all 1s;
    top: 20px;
}

.openside .menu-social-item em {
    top: 0;
}

.menu-social-item em span {
    display: block;
}

.banner {
    align-items: flex-end;
    background-size: cover;
    background-position: top center;
    width: 100%;
    padding: 60px 0 140px;
}

.banner .bannertext .banner-heading {
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1;
}
h4.banner-subheading {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}
.lheading {
    text-transform: uppercase;
    line-height: 1;
    font-weight: 600;
    font-size: 60px;
}

.mheading {
    text-transform: uppercase;
    line-height: 1.1;
    font-size: 44px;
    font-weight: 600;
}

.subheading {
    font-size: 16px;
    color: #6c6c6c;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    padding-left: 10px;
    line-height: 1;
}

.subheading:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #d01417;
    position: absolute;
    left: 0;
    bottom: 4px;
    border-radius: 50%;
}

.bannertext .subheading {
    color: #fff;
}

a.link {
    color: #d01417;
    margin-top: 15px;
    display: inline-block;
}

a.link i {
    font-weight: 700;
    margin-right: 6px;
    position: relative;
    top: 2px;
}

.form input[type="number"]::-webkit-inner-spin-button,
.form input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quicknav {
    margin-bottom: 0;
    font-size: 0;
    display: inline-block;
    text-align: right;
}

.quicknav li {
    display: inline-block;
    padding-left: 30px;
}

.quicknav li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-weight: 400;
}

.quicknav li a i {
    margin-right: 5px;
    font-size: 16px;
}

@media (max-width: 1023px) {
    .quicknav li a {
        font-size: 14px !important;
    }
}

.banner .bannertext .bannerlist li {
    position: relative;
    color: #fff;
    font-size: 18px;
    padding-left: 33px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.banner .bannertext .bannerlist li:before {
    color: #d01417;
    content: "\e916";
    font-size: 18px;
    position: absolute;
    font-family: icomoon !important;
    left: 5px;
}

.quicknav li a:hover {
    color: #d01417;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.bimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 900px;
    object-fit: cover;
}

.bimg2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 58%;
    height: 800px;
    object-fit: cover;
    object-position: bottom;
}

.bannertext {
    position: relative;
}

.codetext {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

}
.home-banner .codetext{
    top:13%;
}
.codetext.bgtext {
    top: -60px;
}

.codetext .cheading {
    color: #fff;
    font-family: "Akira";
    font-size: 56px;
    line-height: 0.8;
}

.leftimg,
.rightimg {
    position: absolute;
    left: 0;
    padding: 0;
    width: 45%;
    top: 0;
    bottom: 0;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.rightimg {
    right: 0;
    left: auto;
}

.bgimg {
    position: absolute;
    top: -35px;
    bottom: 0px;
    height: 105%;
    right: 0;
    left: 0;
    object-fit: cover;
    width: 98%;
    z-index: -1;
}

.small-banner .bimg2 {
    height: 600px;
}

.small-banner .bimg {
    height: 680px;
}

.small-banner.lgtext {
    padding: 60px 0;
}

.mindmsg {
    position: relative;
    /* padding: 80px;
    padding-bottom: 0;
    border-radius: 20px;
    box-shadow: inset 0px 0px 8px #0000002e;
    margin-top: -100px;
    margin-bottom: 120px; */
}

/* .mindmsg .bgimg {
    top: 0;
    width: 100%;
    border-radius: 20px;
    height: 100%;
} */

.mindmsg .msg {
    margin-bottom: 15px;
}

.mindmsg .msg p {
    background: #ffffff99 0% 0% no-repeat padding-box;
    border: 2px solid #ffffff;
    border-radius: 50px;
    border-top-left-radius: 0;
    display: inline-block;
    padding: 14px 30px;
    font-weight: 500;
    font-size: 20px;
}

.mindmsg .searchtag {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px -14px 32px #00000029;
    border: 2px solid #ffffff;
    border-radius: 0;
    padding: 10px 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.mindmsg .searchtag input {
    width: 100%;
    padding: 0;
    background: transparent;
    border: none;
    font-size: 20px;
    vertical-align: middle;
    color: #1a1a1a;
}

.mindmsg .searchtag button {
    border: none;
    background: transparent;
    padding: 0;
}

.mindmsg .searchtag button .icon {
    width: 26px;
}

.searchcode {
    padding: 16px 40px;
    position: relative;
    display: flex;
    justify-content: space-between;
    background: #ffffff99;
    box-shadow: 0px 6px 22px #00000029;
    border: 2px solid #ffffff;
    border-radius: 56px;
}

.searchcode #output-container {
    width: 100%;
}

.searchcode input {
    border: none;
    padding: 0;
    background: transparent;
    font-size: 20px;
    vertical-align: middle;
    width: 100%;
}

.searchcode button {
    background: transparent;
    border: none;
}

.searchcode button i {
    font-size: 30px;
}

.searchcode .actionbtn select {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 1 !important;
    width: 150px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border: none;
    display: block;
    padding: 10px 16px;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

:focus-visible {
    outline: 0;
}

.searchcode .actionbtn button {
    margin-right: 140px;
    margin-left: 10px;
}

.keybox {
    position: relative;
}

.keybox .keyboardContainer {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
}

.keybox .base {
    background: #d1f7fc;
    border: 2px solid #fff;
    font-size: 20px;
    box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.18);
}

.keybox div[class*="line"] span {
    box-shadow: 0px 3px 3px rgb(0 0 0 / 21%);
    color: #000000;
    padding: 6px;
    background: #ffffff;
    border-radius: 4px;
    text-shadow: 0px 0px 40px #000000, 0px 0px 80px #000000;
}

.keybox div[class*="line"] span:hover {
    background: #eeeeee;
    text-shadow: 1px 2px 60px #000000, 0px 0px 60px rgba(0, 0, 0, 0.9),
        0px 0px 60px rgba(0, 0, 0, 0.9), 10px 10px 60px rgba(0, 0, 0, 0.9);
}

.keybox div[class*="line"]+div[class*="line"] {
    margin-top: 12px;
}

div#result {
    text-align: center;
}

.keybox #closeButton {
    position: relative;
    top: 2px;
    right: 25px;
    color: rgb(0, 0, 0);
    font-size: 20px;
    margin-bottom: -40px;
    float: right;
}

.keybox .searchcode .actionbtn button .icon {
    width: 30px;
}

.effsec .leftimg {
    width: 55%;
}

.codesec {
    padding: 100px 0;
}

.cbox {
    margin-top: 100px;
}

.cbox .code {
    border-radius: 50px;
    padding: 14px 60px;
    display: inline-block;
    font-size: 26px;
    margin: 15px;
    background-color: #fff;
    border: 1px solid #fff;
    font-weight: 500;
    height: auto;
}

.cbox .code.one {
    background-color: #ffffff99;
}

.cbox .code.two {
    background-color: #1a1a1a;
    color: #fff;
    border-color: #1a1a1a;
}

.cbox .code.three {
    background-color: #bf0000;
    border-color: #bf0000;
    color: #fff;
}

.cbox .code.five {
    background-color: #229c3e;
    border-color: #229c3e;
    color: #fff;
}

.cbox .code.six {
    background-color: #9c9a22;
    border-color: #9c9a22;
    color: #fff;
}

.cbox .code.seven {
    background-color: #22849c;
    border-color: #22849c;
    color: #fff;
}

.cbox .code.eight {
    background-color: #8e229c;
    border-color: #8e229c;
    color: #fff;
}

.faqsec {
    padding: 100px 0 0;
    position: relative;
    margin-bottom: 40px;
}

.faqsec .leftimg {
    width: 27%;
    height: 700px;
    object-fit: contain;
}

.faqinner {
    min-height: 660px;
    margin: 0;
    margin-top: 50px;
    position: relative;
}

.accordion-button {
    background: transparent;
    font-size: 20px;
    font-weight: 500;
    padding: 24px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-item {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.42);
}

.accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none;
    color: inherit;
    padding-bottom: 0;
}

.accordion-body {
    padding: 24px;
    color: #414141;
    font-size: 16px;
}

.accordion-button::before {
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    line-height: 1;
    margin-top: -12px;
    margin-left: 0;
    margin-right: 10px;
    content: "+";
    font-size: 26px;
    background: none;
}

.accordion-button:not(.collapsed)::before {
    content: "-";
    transform: none;
    background: none;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    content: none;
}

.newsletter .form-control {
    background: transparent;
    border: 1px solid #707070;
    border-radius: 0;
    padding: 14px 20px;
}

.blogbox {
    position: relative;
    height: 500px;
    padding: 30px;
    display: flex;
    align-items: end;
    overflow: hidden;
}

.blogbox .bgimg {
    height: 100%;
    top: 0;
    width: 100%;
}

.blogbox .overley {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #000000e6, transparent);
    transition: all 0.3s;
}

.blogbox:hover .overley {
    background: #bf0000;
    mix-blend-mode: multiply;
}

.blogbox .mheading {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
}

.blogbox p {
    color: #bebebe;
}

.blogbox .mheading {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
}

.blogbox p {
    color: #bebebe;
    margin-bottom: 0;
}

.blogbox:hover .overley {
    background: #bf0000;
    mix-blend-mode: multiply;
}

.blogbox .btn {
    transition: all 0.3s;
    margin-bottom: -60px;
    display: inline-block;
    position: relative;
    bottom: -30px;
    margin-top: 10px;
}

.blogbox:hover .btn {
    margin-bottom: 0;
    bottom: 0;
    margin-top: 0;
}

.blogbox:hover p {
    margin-bottom: 20px;
}

.blogsec.section-padding {
    padding: 100px 0;
}

.culture .bgimg {
    top: 0;
    height: 100%;
}

.effsec {
    position: relative;
}

.effsec .accordion-item {
    background: transparent;
    border: none;
    margin-bottom: 20px;
}

.effsec .accordion-button:not(.collapsed) {
    background: white;
    box-shadow: none;
    color: inherit;
    padding: 24px;
}

.effsec .accordion-button {
    background: #ffffff73;
    font-size: 30px;
    font-weight: 600;
}

.effsec .accordion-body {
    transition: all 0.2s;
    padding-top: 0;
}

.effsec .accordion-flush .accordion-collapse.show .accordion-body {
    background: #fff;
}

.effsec .accordion-button::before,
.effsec .accordion-button:not(.collapsed)::before {
    content: none;
}

.effsec .accordion-button::after,
.effsec .accordion-button:not(.collapsed)::after {
    content: "";
}

.effsec .accordion-button::after {
    transform: rotate(270deg);
}

.effsec .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    filter: brightness(0);
}

.footer-main {
    padding: 80px 0;
    position: relative;
}

.footer-main .bgimg {
    height: 100%;
    top: 0;
    mix-blend-mode: soft-light;
}

.footer-main .links {
    margin-bottom: 30px;
}

.footer-main .links h6 {
    font-size: 28px;
    margin-bottom: 10px;
}

.footer-main .links li,
.footer-main .links li a {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    display: flex;
}

.footer-main .links li a {
    margin-bottom: 0;
}

.services-links {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 60px;
    padding-bottom: 30px;
    display: none;
}

.footer p {
    font-size: 14px;
}

.footer-main .links li i,
.footer-main .links li a i {
    margin-right: 10px;
}

.footer .logo img {
    width: 214px;
}

.footer .logo {
    float: none;
}

.copyright {
    padding: 30px 0;
    border-top: none;
    text-align: center;
    background: #f2fbfd;
    font-family: "visbycf";
}

.copyright a {
    font-family: "visbycf";
}

.grecaptcha-badge {
    bottom: 50px !important;
}

.btn-red {
    background-color: #bf0000;
    border-color: #bf0000;
    color: #fff;
}

.code-guide.show {
    transform: scale(1);
}

.code-guide {
    position: fixed;
    top: 0;
    left: 0;
    background: #0000005c;
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
    transform-origin: top left;
    transition: transform 0.3s ease;
    z-index: 999;
}

.code-guide .modal-contianer {
    position: relative;
    background: #fff;
    padding: 100px 50px;
    border-radius: 30px;
    width: 100%;
    max-width: 1200px;
}

.code-guide .modal-contianer h3 {
    margin-bottom: 30px;
    text-align: center;
}

.code-guide .modal-contianer .keys {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.code-guide .modal-contianer .keys li {
    background: #effeff;
    border: 2px solid #96f3fc;
    border-radius: 15px;
    width: 78px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 3px;
    padding: 10px 0;
    font-size: 23px;
    font-weight: 600;
    font-family: auto;
    color: #414141;
}

.code-guide .modal-contianer .keys li span {
    font-size: 16px;
    font-weight: 400;
}

.cg-close {
    position: absolute;
    right: 1%;
    top: 5%;
    outline: none;
    border: none;
}

.cg-close:after {
    content: "\ea0f";
    font-family: "icomoon" !important;
    font-size: 12px;
    border: 3px solid #000;
    padding: 6px;
    border-radius: 50%;
}


@media (max-width: 1440px) {
    .keybox div[class*="line"] span {
        font-size: 14px;
    }
}

.code_modal_wrapper .modal_card .codes_wrapper,
.code_modal_wrapper2.modal_card .codes_wrapper {
    display: flex;
    justify-content: space-between;
}

.code_modal_wrapper .modal_card,
.code_modal_wrapper2.modal_card {
    padding: 10px 40px;
    box-shadow: 0 0 10px #000;
}

.code_modal_wrapper.active,.code_modal_wrapper2.active {
    align-items: end;
}

.pkgcard {
    background: #ACF5FC 0% 0% no-repeat padding-box;
    padding: 60px 50px;
    transition: all .3s;
    margin-bottom: 10px;
}
.pkgcard:hover {
    box-shadow: 10px 13px 56px #00000029;
}

.pkgcard .title {
    font-size: 50px;
}

.pkgcard .para {
    color: #414141;
    font-size: 18px;
    margin-bottom: 20px;
}

.pkgcard ul {
    font-size: 18px;
}

.pkgcard ul li {
    display: block;
    margin-bottom: 6px;
    position: relative;
    padding-left: 24px;
}

.pkgcard ul li:before {
    position: absolute;
    left: 0;
    top: 7px;
    background: #000000;
    width: 12px;
    height: 12px;
    content: '';
    border-radius: 50%;
}

.pkgcard .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pkgcard .price {
    padding-bottom: 0;
    font-size: 46px;
}
.dynamic_fields_container .fields_wrapper .form-control {
    background: #FFFFFF99;
    box-shadow: 0px 6px 22px #00000029;
    border: 2px solid #FFFFFF;
    border-radius: 56px;
    padding: 14px 40px;
}
.sharebtn {
    background: #BCF5FC;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.sharebtn .share {
    width: 18px;
}
@media(max-width:550px) {

    .code_modal_wrapper .modal_card,
    .code_modal_wrapper2.modal_card {
        padding: 10px;
    }

    .code_modal_wrapper .modal_card .codes_wrapper .code_pill,
    .code_modal_wrapper2 .modal_card .codes_wrapper .code_pill {
        font-size: 12px;
        padding: 10px 15px;
    }

    .code_modal_wrapper.active,
    .code_modal_wrapper2.active {
        align-items: end;
    }
}
.blog-slider .slick-slide {
    padding: 0 10px;
    height: auto;
}
